Produced by Araxis Merge on 2021-05-13 09:09:21 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | /Applications/Ampps/www/Porto 3.2.2/Theme Files/Magento 2.x/Porto Theme/app/design/frontend/Smartwave/porto_rtl/Magento_Customer/web/css/source | _module.less | 2016-05-15 10:03:50 +0000 |
| 2 | /Applications/Ampps/www/Porto v4.0.0/Theme Files/Magento 2.x/Porto Theme/app/design/frontend/Smartwave/porto_rtl/Magento_Customer/web/css/source | _module.less | 2021-02-18 04:30:54 +0000 |
| Description | Between Files 1 and 2 | |
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 21 | 960 |
| Changed | 12 | 85 |
| Inserted | 4 | 42 |
| Removed | 4 | 13 |
| Whitespace | Consecutive whitespace is treated as a single space |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
| Active line-pairing rules |
No regular expressions were active.
| 1 | // /** | 1 | // /** | |||
| 2 | // * Copyright © 2015 Magento. All rights reserved. | 2 | // * Copyright © 2015 Magento. All rights reserved. | |||
| 3 | // * See COPYING.txt for license details. | 3 | // * See COPYING.txt for license details. | |||
| 4 | // */ | 4 | // */ | |||
| 5 | 5 | |||||
| 6 | @account-title-border-color: @color-gray-middle2; | 6 | @account-title-border-color: @color-gray-middle2; | |||
| 7 | @account-table-border-bottom-color: @color-gray-middle1; | 7 | @account-table-border-bottom-color: @color-gray-middle1; | |||
| 8 | @account-table-action-delete: @color-red12; | 8 | @account-table-action-delete: @color-red12; | |||
| 9 | 9 | |||||
| 10 | // | 10 | // | |||
| 11 | // Common | 11 | // Common | |||
| 12 | // --------------------------------------------- | 12 | // --------------------------------------------- | |||
| 13 | 13 | |||||
| 14 | & when (@media-common = true) { | 14 | & when (@media-common = true) { | |||
| 15 | 15 | .customer-account-login, .customer-account-create, .customer-account-forgotpassword { | ||||
| 16 | .page-title-wrapper { | |||||
| 17 | &:extend(.abs-account-page-title all); | |||||
| 18 | } | |||||
| 19 | } | |||||
| 16 | .login-container { | 20 | .login-container { | |||
| 21 | padding-top: 2.5rem; | |||||
| 17 | .block { | 22 | .block { | |||
| 18 | &-new-customer { | 23 | &-new-customer { | |||
| 19 | .actions-toolbar { | 24 | .actions-toolbar { | |||
| 20 | margin-top: 25px; | 25 | margin-top: 25px; | |||
| 21 | } | 26 | } | |||
| 22 | } | 27 | } | |||
| 23 | .block-title { | 28 | .block-title { | |||
| 24 | &:extend(.abs-login-block-title all); | 29 | &:extend(.abs-login-block-title all); | |||
| 25 | .lib-font-size(18); | 30 | } | |||
| 31 | .actions-toolbar { | |||||
| 32 | > .primary { | |||||
| 33 | margin-bottom: 1.5rem; | |||||
| 34 | } | |||||
| 35 | > .primary, >.secondary { | |||||
| 36 | display: block; | |||||
| 37 | float: none; | |||||
| 38 | text-align: right; | |||||
| 39 | .action { | |||||
| 40 | width: 100%; | |||||
| 41 | text-align: center; | |||||
| 42 | float: none; | |||||
| 43 | height: auto; | |||||
| 44 | margin-right: 0; | |||||
| 45 | } | |||||
| 46 | } | |||||
| 26 | } | 47 | } | |||
| 27 | } | 48 | } | |||
| 28 | .fieldset { | 49 | .fieldset { | |||
| 29 | .lib-form-hasrequired(bottom); | 50 | .lib-form-hasrequired(bottom); | |||
| 30 | &:after { | 51 | &:after { | |||
| 31 | margin-top: 25px; | 52 | margin-top: 25px; | |||
| 53 | font-size: .925em; | |||||
| 32 | } | 54 | } | |||
| 33 | } | 55 | } | |||
| 34 | } | 56 | } | |||
| 35 | 57 | |||||
| 36 | .login-container, .form.password.reset, .form.send.confirmation, .form.password.forget, .form.create.account, .form.form-edit-account, .form-address-edit, .form-newsletter-manage { | 58 | .login-container, .form.password.reset, .form.send.confirmation, .form.password.forget, .form.create.account, .form.form-edit-account, .form-address-edit, .form-newsletter-manage { | |||
| 37 | display: block; | 59 | display: block; | |||
| 38 | border: 1px solid #ececec; | |||||
| 39 | border-radius: 8px; | |||||
| 40 | background: #fff; | |||||
| 41 | border-top: 4px solid @theme-color; | |||||
| 42 | padding: 35px 25px 0; | |||||
| 43 | box-shadow: 0 2px 3px rgba(0,0,0,0.08); | |||||
| 44 | } | 60 | } | |||
| 45 | 61 | |||||
| 46 | .form.password.reset, .form.send.confirmation, .form.password.forget, .form.create.account, .form.form-edit-account, .form-address-edit, .form-newsletter-manage{ | 62 | .form.password.reset, .form.send.confirmation, .form.password.forget, .form.create.account, .form.form-edit-account, .form-address-edit, .form-newsletter-manage{ | |||
| 47 | padding-bottom: 35px; | 63 | padding-bottom: 35px; | |||
| 48 | } | 64 | } | |||
| 49 | 65 | |||||
| 50 | .fieldset > .legend { | 66 | .fieldset { | |||
| 67 | ||||||
| 51 | padding: 0; | 68 | padding: 0; | |||
| 52 | border: 0; | 69 | border: 0; | |||
| 53 | color: @theme-color; | 70 | color: @theme-color; | |||
| 54 | text-transform: uppercase; | 71 | text-transform: uppercase; | |||
| 55 | margin: 0 0 20px; | 72 | margin: 0 0 20px; | |||
| 56 | font-size: 16px; | 73 | font-size: 16px; | |||
| 57 | font-weight: 400; | 74 | font-weight: 400; | |||
| 75 | } | |||||
| 76 | > .field { | |||||
| 77 | .label { | |||||
| 78 | font-size: 1em; | |||||
| 79 | font-weight: 500; | |||||
| 80 | } | |||||
| 81 | .action { | |||||
| 82 | color: #222529; | |||||
| 83 | font-weight: 500; | |||||
| 84 | } | |||||
| 85 | input.input-text { | |||||
| 86 | line-height: 32px; | |||||
| 87 | } | |||||
| 88 | } | |||||
| 89 | &.create { | |||||
| 90 | > .legend { | |||||
| 91 | &:extend(.abs-login-block-title all); | |||||
| 92 | text-transform: none; | |||||
| 93 | font-weight: 600; | |||||
| 94 | } | |||||
| 95 | } | |||||
| 58 | } | 96 | } | |||
| 59 | 97 | |||||
| 60 | .box { | 98 | .box { | |||
| 61 | .box-title { | 99 | .box-title { | |||
| 62 | padding: 10px 15px; | 100 | padding: 10px 15px; | |||
| 63 | border: 1px solid #ddd; | 101 | border: 1px solid #ddd; | |||
| 64 | background-color: #f5f5f5; | 102 | background-color: #f5f5f5; | |||
| 65 | position: relative; | 103 | position: relative; | |||
| 66 | border-radius: 7px 7px 0 0; | |||||
| 67 | } | 104 | } | |||
| 68 | .box-content { | 105 | .box-content { | |||
| 69 | padding: 20px 15px; | 106 | padding: 20px 15px; | |||
| 70 | font-size: 13px; | 107 | font-size: 13px; | |||
| 71 | border: 1px solid #ddd; | 108 | border: 1px solid #ddd; | |||
| 72 | border-top: 0; | 109 | border-top: 0; | |||
| 73 | background-color: #fbfbfb; | 110 | background-color: #fbfbfb; | |||
| 74 | min-height: 135px; | 111 | min-height: 135px; | |||
| 75 | } | 112 | } | |||
| 76 | .box-actions { | 113 | .box-actions { | |||
| 77 | margin: 0; | 114 | margin: 0; | |||
| 78 | border: 1px solid #ddd; | 115 | border: 1px solid #ddd; | |||
| 79 | border-top: 0; | 116 | border-top: 0; | |||
| 80 | background-color: #f5f5f5; | 117 | background-color: #f5f5f5; | |||
| 81 | border-radius: 0 0 7px 7px; | |||||
| 82 | padding: 10px 15px; | 118 | padding: 10px 15px; | |||
| 83 | } | 119 | } | |||
| 84 | } | 120 | } | |||
| 85 | 121 | |||||
| 86 | .block-order-details-view { | 122 | .block-order-details-view { | |||
| 87 | margin: 0 -10px; | 123 | margin: 0 -10px; | |||
| 88 | 124 | |||||
| 89 | .block-title { | 125 | .block-title { | |||
| 90 | padding: 0 10px; | 126 | padding: 0 10px; | |||
| 91 | } | 127 | } | |||
| 92 | .box { | 128 | .box { | |||
| 93 | padding: 0 10px; | 129 | padding: 0 10px; | |||
| 94 | 130 | |||||
| 95 | .box-content { | 131 | .box-content { | |||
| 96 | min-height: 155px; | 132 | min-height: 155px; | |||
| 97 | border-radius: 0 0 5px 5px; | 133 | border-radius: 0 0 5px 5px; | |||
| 98 | } | 134 | } | |||
| 99 | } | 135 | } | |||
| 100 | } | 136 | } | |||
| 101 | 137 | |||||
| 102 | .block-dashboard-addresses { | 138 | .block-dashboard-addresses { | |||
| 103 | address { | 139 | address { | |||
| 104 | margin-bottom: 0; | 140 | margin-bottom: 0; | |||
| 105 | } | 141 | } | |||
| 106 | } | 142 | } | |||
| 107 | 143 | |||||
| 108 | .customer-account-index { | 144 | .customer-account-index { | |||
| 109 | .block { | 145 | .block { | |||
| 110 | .block-title { | 146 | .block-title { | |||
| 111 | color: #313131; | 147 | color: #313131; | |||
| 112 | 148 | |||||
| 113 | strong { | 149 | strong { | |||
| 114 | font-weight: 600; | 150 | font-weight: 600; | |||
| 115 | } | 151 | } | |||
| 116 | } | 152 | } | |||
| 117 | } | 153 | } | |||
| 118 | .box { | 154 | .box { | |||
| 119 | .box-title { | 155 | .box-title { | |||
| 120 | color: #313131; | 156 | color: #313131; | |||
| 121 | font-weight: 600; | 157 | font-weight: 600; | |||
| 122 | text-transform: uppercase; | 158 | text-transform: uppercase; | |||
| 123 | } | 159 | } | |||
| 124 | } | 160 | } | |||
| 125 | } | 161 | } | |||
| 126 | 162 | |||||
| 127 | .block-addresses-list { | 163 | .block-addresses-list { | |||
| 128 | .items.addresses { | 164 | .items.addresses { | |||
| 129 | > .item { | 165 | > .item { | |||
| 130 | margin-bottom: @indent__base; | 166 | margin-bottom: @indent__base; | |||
| 131 | &:last-child { | 167 | &:last-child { | |||
| 132 | margin-bottom: 0; | 168 | margin-bottom: 0; | |||
| 133 | } | 169 | } | |||
| 134 | } | 170 | } | |||
| 135 | .item.actions { | 171 | .item.actions { | |||
| 136 | margin-top: @indent__xs; | 172 | margin-top: @indent__xs; | |||
| 137 | .action { | 173 | .action { | |||
| 138 | &:extend(.abs-account-actions all); | 174 | &:extend(.abs-account-actions all); | |||
| 139 | } | 175 | } | |||
| 140 | } | 176 | } | |||
| 141 | } | 177 | } | |||
| 142 | address { | 178 | address { | |||
| 143 | &:extend(.abs-account-block-line-height all); | 179 | &:extend(.abs-account-block-line-height all); | |||
| 144 | } | 180 | } | |||
| 145 | } | 181 | } | |||
| 146 | 182 | |||||
| 147 | .form-address-edit { | 183 | .form-address-edit { | |||
| 148 | #region_id { | 184 | #region_id { | |||
| 149 | display: none; | 185 | display: none; | |||
| 150 | } | 186 | } | |||
| 151 | .actions-toolbar .action.primary { | 187 | .actions-toolbar .action.primary { | |||
| 152 | &:extend(.abs-button-l all); | 188 | &:extend(.abs-button-l all); | |||
| 153 | } | 189 | } | |||
| 154 | } | 190 | } | |||
| 155 | 191 | |||||
| 156 | .form-edit-account { | 192 | .form-edit-account { | |||
| 157 | .fieldset.password { | 193 | .fieldset.password { | |||
| 158 | display: none; | 194 | display: none; | |||
| 159 | } | 195 | } | |||
| 160 | } | 196 | } | |||
| 161 | 197 | |||||
| 162 | .form-create-account { | 198 | .form-create-account { | |||
| 163 | .fieldset-fullname { | 199 | .fieldset-fullname { | |||
| 164 | .fields { | 200 | .fields { | |||
| 165 | .field { | 201 | .field { | |||
| 166 | float: none; | 202 | float: none; | |||
| 167 | } | 203 | } | |||
| 168 | } | 204 | } | |||
| 169 | } | 205 | } | |||
| 170 | } | 206 | } | |||
| 171 | 207 | .form.forget { | ||||
| 208 | .actions-toolbar { | |||||
| 209 | clear: both; | |||||
| 210 | padding: 0; | |||||
| 211 | width: 100%; | |||||
| 212 | > .primary { | |||||
| 213 | margin-bottom: 1.5rem; | |||||
| 214 | } | |||||
| 215 | > .primary, >.secondary { | |||||
| 216 | display: block; | |||||
| 217 | float: none; | |||||
| 218 | text-align: left; | |||||
| 219 | .action { | |||||
| 220 | width: 100%; | |||||
| 221 | text-align: center; | |||||
| 222 | margin: 0; | |||||
| 223 | float: none; | |||||
| 224 | height: auto; | |||||
| 225 | font-size: 1rem; | |||||
| 226 | background: #222529; | |||||
| 227 | border: none; | |||||
| 228 | padding-bottom: 1rem; | |||||
| 229 | padding-top: 1rem; | |||||
| 230 | } | |||||
| 231 | } | |||||
| 232 | } | |||||
| 233 | } | |||||
| 234 | .form.create.account,.form.password.forget { | |||||
| 235 | padding: 2.5rem 0 0; | |||||
| 236 | } | |||||
| 172 | .box-billing-address, | 237 | .box-billing-address, | |||
| 173 | .box-shipping-address, | 238 | .box-shipping-address, | |||
| 174 | .box-information, | 239 | .box-information, | |||
| 175 | .box-newsletter { | 240 | .box-newsletter { | |||
| 176 | .box-content { | 241 | .box-content { | |||
| 177 | &:extend(.abs-account-block-line-height all); | 242 | &:extend(.abs-account-block-line-height all); | |||
| 178 | } | 243 | } | |||
| 179 | } | 244 | } | |||
| 180 | 245 | |||||
| 181 | // My account | 246 | // My account | |||
| 182 | .account { | 247 | .account { | |||
| 183 | .page-title-wrapper { | 248 | .page-title-wrapper { | |||
| 184 | .page-title { | 249 | .page-title { | |||
| 185 | display: inline-block; | 250 | display: inline-block; | |||
| 186 | } | 251 | } | |||
| 187 | } | 252 | } | |||
| 188 | .column.main { | 253 | .column.main { | |||
| 189 | margin-bottom: @indent__l; | 254 | margin-bottom: @indent__l; | |||
| 190 | h2 { | 255 | h2 { | |||
| 191 | margin-top: 0; | 256 | margin-top: 0; | |||
| 192 | } | 257 | } | |||
| 193 | .block:not(.widget) { | 258 | .block:not(.widget) { | |||
| 194 | &:extend(.abs-account-blocks all); | 259 | &:extend(.abs-account-blocks all); | |||
| 195 | } | 260 | } | |||
| 196 | } | 261 | } | |||
| 197 | .sidebar-additional { | 262 | .sidebar-additional { | |||
| 198 | margin-top: @indent__xl; | 263 | margin-top: @indent__xl; | |||
| 199 | } | 264 | } | |||
| 200 | 265 | |||||
| 201 | .table-wrapper { | 266 | .table-wrapper { | |||
| 202 | .lib-css(margin-bottom, @indent__base); | 267 | .lib-css(margin-bottom, @indent__base); | |||
| 203 | &:last-child { | 268 | &:last-child { | |||
| 204 | margin-bottom: 0; | 269 | margin-bottom: 0; | |||
| 205 | } | 270 | } | |||
| 206 | } | 271 | } | |||
| 207 | .legend { | 272 | .legend { | |||
| 208 | &:extend(.abs-account-title all); | 273 | &:extend(.abs-account-title all); | |||
| 209 | } | 274 | } | |||
| 210 | } | 275 | } | |||
| 211 | 276 | |||||
| 212 | .account, | 277 | .account, | |||
| 213 | [class^="sales-guest-"], | 278 | [class^="sales-guest-"], | |||
| 214 | .sales-guest-view { | 279 | .sales-guest-view { | |||
| 215 | .column.main { | 280 | .column.main { | |||
| 216 | .order-details-items { | 281 | .order-details-items { | |||
| 217 | .table-wrapper { | 282 | .table-wrapper { | |||
| 218 | .data.table { | 283 | .data.table { | |||
| 219 | &:extend(.abs-table-striped all); | 284 | &:extend(.abs-table-striped all); | |||
| 220 | } | 285 | } | |||
| 221 | } | 286 | } | |||
| 222 | } | 287 | } | |||
| 223 | } | 288 | } | |||
| 224 | .data.table { | 289 | .data.table { | |||
| 225 | .col.actions { | 290 | .col.actions { | |||
| 226 | .action { | 291 | .action { | |||
| 227 | &:extend(.abs-account-actions all); | 292 | &:extend(.abs-account-actions all); | |||
| 228 | &.delete { | 293 | &.delete { | |||
| 229 | .lib-css(color, @account-table-action-delete); | 294 | .lib-css(color, @account-table-action-delete); | |||
| 230 | } | 295 | } | |||
| 231 | } | 296 | } | |||
| 232 | } | 297 | } | |||
| 233 | } | 298 | } | |||
| 234 | } | 299 | } | |||
| 235 | 300 | |||||
| 236 | // Checkout address (create shipping address) | 301 | // Checkout address (create shipping address) | |||
| 237 | .field.street { | 302 | .field.street { | |||
| 238 | .field.additional { | 303 | .field.additional { | |||
| 239 | .label { | 304 | .label { | |||
| 240 | &:extend(.abs-visually-hidden all); | 305 | &:extend(.abs-visually-hidden all); | |||
| 241 | } | 306 | } | |||
| 242 | } | 307 | } | |||
| 243 | } | 308 | } | |||
| 244 | 309 | |||||
| 245 | // | 310 | // | |||
| 246 | // Blocks & Widgets | 311 | // Blocks & Widgets | |||
| 247 | // --------------------------------------------- | 312 | // --------------------------------------------- | |||
| 248 | 313 | |||||
| 249 | .block { | 314 | .block { | |||
| 250 | &:extend(.abs-margin-for-blocks-and-widgets all); | 315 | &:extend(.abs-margin-for-blocks-and-widgets all); | |||
| 251 | .column.main & { | 316 | .column.main & { | |||
| 252 | &:last-child { | 317 | &:last-child { | |||
| 253 | margin-bottom: 0; | 318 | margin-bottom: 0; | |||
| 254 | } | 319 | } | |||
| 255 | } | 320 | } | |||
| 256 | .title { | 321 | .title { | |||
| 257 | strong { | 322 | strong { | |||
| 258 | font-size: 18px; | 323 | font-size: 18px; | |||
| 259 | color: #313131; | 324 | color: #313131; | |||
| 260 | padding: 10px 0; | 325 | padding: 10px 0; | |||
| 261 | margin: 0; | 326 | margin: 0; | |||
| 262 | line-height: 1; | 327 | line-height: 1; | |||
| 263 | .column.main & { | 328 | .column.main & { | |||
| 264 | } | 329 | } | |||
| 265 | } | 330 | } | |||
| 266 | margin-bottom: @indent__s; | 331 | margin-bottom: @indent__s; | |||
| 267 | } | 332 | } | |||
| 268 | p:last-child { | 333 | p:last-child { | |||
| 269 | margin: 0; | 334 | margin: 0; | |||
| 270 | } | 335 | } | |||
| 271 | .box-actions { | 336 | .box-actions { | |||
| 272 | .action { | 337 | .action { | |||
| 273 | &:extend(.abs-account-actions all); | 338 | &:extend(.abs-account-actions all); | |||
| 274 | } | 339 | } | |||
| 275 | } | 340 | } | |||
| 276 | } | 341 | } | |||
| 277 | 342 | |||||
| 278 | .control.captcha-image { | 343 | .control.captcha-image { | |||
| 279 | .lib-css(margin-top, @indent__s); | 344 | .lib-css(margin-top, @indent__s); | |||
| 280 | .captcha-img { | 345 | .captcha-img { | |||
| 281 | vertical-align: middle; | 346 | vertical-align: middle; | |||
| 282 | } | 347 | } | |||
| 283 | } | 348 | } | |||
| 284 | 349 | |||||
| 285 | .account { | 350 | .account { | |||
| 286 | .data.table-return-items { | 351 | .data.table-return-items { | |||
| 287 | .qty { | 352 | .qty { | |||
| 288 | .input-text { | 353 | .input-text { | |||
| 289 | &:extend(.abs-input-qty all); | 354 | &:extend(.abs-input-qty all); | |||
| 290 | } | 355 | } | |||
| 291 | } | 356 | } | |||
| 292 | } | 357 | } | |||
| 293 | } | 358 | } | |||
| 294 | 359 | |||||
| 295 | } | 360 | } | |||
| 296 | 361 | |||||
| 297 | // | 362 | // | |||
| 298 | // Desktop | 363 | // Desktop | |||
| 299 | // --------------------------------------------- | 364 | // --------------------------------------------- | |||
| 300 | 365 | |||||
| 301 | .media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) { | 366 | .media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) { | |||
| 302 | .login-container { | 367 | .login-container { | |||
| 303 | &:extend(.abs-add-clearfix-desktop all); | 368 | &:extend(.abs-add-clearfix-desktop all); | |||
| 304 | .block { | 369 | .block { | |||
| 305 | &:extend(.abs-blocks-2columns all); | 370 | &:extend(.abs-blocks-2columns all); | |||
| 306 | &.login { | 371 | &.login { | |||
| 307 | .actions-toolbar { | 372 | .actions-toolbar { | |||
| 308 | > .primary { | 373 | > .primary { | |||
| 309 | margin-bottom: 0; | 374 | margin-bottom: 0; | |||
| 310 | margin-left: @indent__l; | 375 | margin-left: @indent__l; | |||
| 311 | } | 376 | } | |||
| 312 | > .secondary { | 377 | > .secondary { | |||
| 313 | float: right; | 378 | float: right; | |||
| 314 | } | 379 | } | |||
| 315 | } | 380 | } | |||
| 316 | } | 381 | } | |||
| 317 | } | 382 | } | |||
| 318 | .fieldset { | |||||
| 319 | > .field { | |||||
| 320 | > .control { | |||||
| 321 | width: 55%; | |||||
| 322 | } | |||||
| 323 | } | 383 | } | |||
| 324 | } | 384 | ||||
| 325 | } | |||||
| 326 | ||||||
| 327 | .actions-toolbar .secondary a.action { | 385 | .actions-toolbar .secondary a.action { | |||
| 328 | margin-top: 10px; | 386 | margin-top: 10px; | |||
| 329 | } | 387 | } | |||
| 330 | 388 | |||||
| 331 | .form-create-account { | 389 | .form-create-account { | |||
| 332 | .fieldset-fullname { | 390 | .fieldset-fullname { | |||
| 333 | .fields { | 391 | .fields { | |||
| 334 | .field { | 392 | .field { | |||
| 335 | float: right; | 393 | float: right; | |||
| 336 | margin: 0 0 @indent__s @indent__s; | 394 | margin: 0 0 @indent__s @indent__s; | |||
| 337 | } | 395 | } | |||
| 338 | } | 396 | } | |||
| 339 | .field-name-prefix, | 397 | .field-name-prefix, | |||
| 340 | .field-name-suffix { | 398 | .field-name-suffix { | |||
| 341 | width: 50px; | 399 | width: 50px; | |||
| 342 | } | 400 | } | |||
| 343 | } | 401 | } | |||
| 344 | } | 402 | } | |||
| 345 | 403 | |||||
| 346 | .form.create.account { | 404 | .form.create.account { | |||
| 347 | padding: 35px 0; | 405 | max-width: 83.333%; | |||
| 348 | 406 | margin: 0 auto; | ||||
| 349 | > .fieldset { | 407 | > .fieldset { | |||
| 350 | width: 50%; | 408 | width: 50%; | |||
| 351 | padding: 0 25px; | 409 | padding: 0 25px; | |||
| 352 | float: right; | 410 | float: right; | |||
| 353 | } | 411 | } | |||
| 354 | .actions-toolbar { | 412 | .actions-toolbar { | |||
| 355 | clear: both; | 413 | clear: both; | |||
| 356 | padding: 0 25px; | 414 | padding: 0 25px; | |||
| 415 | max-width: 50%; | |||||
| 416 | > .primary { | |||||
| 417 | margin-bottom: 1.5rem; | |||||
| 418 | } | |||||
| 419 | > .primary, >.secondary { | |||||
| 420 | display: block; | |||||
| 421 | float: none; | |||||
| 422 | text-align: left; | |||||
| 423 | .action { | |||||
| 424 | width: 100%; | |||||
| 425 | text-align: center; | |||||
| 426 | margin: 0; | |||||
| 427 | float: none; | |||||
| 428 | height: auto; | |||||
| 429 | font-size: 1rem; | |||||
| 430 | background: #222529; | |||||
| 431 | border: none; | |||||
| 432 | padding-bottom: 1rem; | |||||
| 433 | padding-top: 1rem; | |||||
| 357 | } | 434 | } | |||
| 358 | } | 435 | } | |||
| 359 | | 436 | } | |||
| 360 | .form.forget .field { | 437 | } | |||
| 361 | max-width: 600px; | 438 | ||||
| 439 | .form.forget | |||||
| 440 | max-width: 50%; | |||||
| 441 | margin: 0 auto; | |||||
| 362 | } | 442 | } | |||
| 363 | // My account | 443 | // My account | |||
| 364 | .account.page-layout-2columns-left { | 444 | .account.page-layout-2columns-left { | |||
| 365 | .sidebar-main, | 445 | .sidebar-main, | |||
| 366 | .sidebar-additional { | 446 | .sidebar-additional { | |||
| 367 | width: 22.3%; | 447 | width: 22.3%; | |||
| 368 | } | 448 | } | |||
| 369 | .column.main { | 449 | .column.main { | |||
| 370 | width: 77.7%; | 450 | width: 77.7%; | |||
| 371 | } | 451 | } | |||
| 372 | } | 452 | } | |||
| 373 | 453 | |||||
| 374 | .account { | 454 | .account { | |||
| 375 | .page-title-wrapper { | 455 | .page-title-wrapper { | |||
| 376 | &:extend(.abs-add-clearfix-desktop all); | 456 | &:extend(.abs-add-clearfix-desktop all); | |||
| 377 | } | 457 | } | |||
| 378 | .column.main { | 458 | .column.main { | |||
| 379 | .block:not(.widget) { | 459 | .block:not(.widget) { | |||
| 380 | .block-content { | 460 | .block-content { | |||
| 381 | &:extend(.abs-add-clearfix-desktop all); | 461 | &:extend(.abs-add-clearfix-desktop all); | |||
| 382 | .box { | 462 | .box { | |||
| 383 | &:extend(.abs-blocks-2columns all); | 463 | &:extend(.abs-blocks-2columns all); | |||
| 384 | } | 464 | } | |||
| 385 | } | 465 | } | |||
| 386 | } | 466 | } | |||
| 387 | } | 467 | } | |||
| 388 | .data.table { | 468 | .data.table { | |||
| 389 | margin-bottom: 0; | 469 | margin-bottom: 0; | |||
| 390 | .col { | 470 | .col { | |||
| 391 | &.actions { | 471 | &.actions { | |||
| 392 | white-space: nowrap; | 472 | white-space: nowrap; | |||
| 393 | } | 473 | } | |||
| 394 | } | 474 | } | |||
| 395 | } | 475 | } | |||
| 396 | .toolbar { | 476 | .toolbar { | |||
| 397 | &:extend(.abs-pager-toolbar all); | 477 | &:extend(.abs-pager-toolbar all); | |||
| 398 | } | 478 | } | |||
| 399 | } | 479 | } | |||
| 400 | 480 | |||||
| 401 | .block-addresses-list { | 481 | .block-addresses-list { | |||
| 402 | .items.addresses { | 482 | .items.addresses { | |||
| 403 | &:extend(.abs-add-clearfix-desktop all); | 483 | &:extend(.abs-add-clearfix-desktop all); | |||
| 404 | > .item { | 484 | > .item { | |||
| 405 | &:extend(.abs-blocks-2columns all); | 485 | &:extend(.abs-blocks-2columns all); | |||
| 406 | margin-bottom: @indent__base; | 486 | margin-bottom: @indent__base; | |||
| 407 | &:nth-last-child(1), | 487 | &:nth-last-child(1), | |||
| 408 | &:nth-last-child(2) { | 488 | &:nth-last-child(2) { | |||
| 409 | margin-bottom: 0; | 489 | margin-bottom: 0; | |||
| 410 | } | 490 | } | |||
| 411 | } | 491 | } | |||
| 412 | } | 492 | } | |||
| 413 | address { | 493 | address { | |||
| 414 | &:extend(.abs-account-block-font-size all); | 494 | &:extend(.abs-account-block-font-size all); | |||
| 415 | } | 495 | } | |||
| 416 | } | 496 | } | |||
| 417 | 497 | |||||
| 418 | .page-main .block { | 498 | .page-main .block { | |||
| 419 | &:extend(.abs-margin-for-blocks-and-widgets-desktop all); | 499 | &:extend(.abs-margin-for-blocks-and-widgets-desktop all); | |||
| 420 | } | 500 | } | |||
| 421 | 501 | |||||
| 422 | .form-edit-account, | 502 | .form-edit-account, | |||
| 423 | .form-address-edit { | 503 | .form-address-edit { | |||
| 424 | .fieldset { | 504 | .fieldset { | |||
| 425 | &:extend(.abs-blocks-2columns all); | 505 | &:extend(.abs-blocks-2columns all); | |||
| 426 | } | 506 | } | |||
| 427 | } | 507 | } | |||
| 428 | 508 | |||||
| 429 | .box-billing-address, | 509 | .box-billing-address, | |||
| 430 | .box-shipping-address, | 510 | .box-shipping-address, | |||
| 431 | .box-information { | 511 | .box-information { | |||
| 432 | .box-content { | 512 | .box-content { | |||
| 433 | &:extend(.abs-account-block-font-size all); | 513 | &:extend(.abs-account-block-font-size all); | |||
| 434 | } | 514 | } | |||
| 435 | } | 515 | } | |||
| 436 | 516 | |||||
| 437 | .control.captcha-image { | 517 | .control.captcha-image { | |||
| 438 | .captcha-img { | 518 | .captcha-img { | |||
| 439 | margin: 0 0 @indent__s @indent__s; | 519 | margin: 0 0 @indent__s @indent__s; | |||
| 440 | } | 520 | } | |||
| 441 | } | 521 | } | |||
| 442 | } | 522 | } | |||
| 443 | 523 | |||||
| 444 | // | 524 | // | |||
| 445 | // Mobile @screen__s | 525 | // Mobile @screen__s | |||
| 446 | // --------------------------------------------- | 526 | // --------------------------------------------- | |||
| 447 | 527 | |||||
| 448 | .media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__s) { | 528 | .media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__s) { | |||
| 449 | .account { | 529 | .account { | |||
| 450 | .column.main, | 530 | .column.main, | |||
| 451 | .sidebar-additional { | 531 | .sidebar-additional { | |||
| 452 | margin: 0; | 532 | margin: 0; | |||
| 453 | } | 533 | } | |||
| 454 | .data.table { | 534 | .data.table { | |||
| 455 | &:extend(.abs-table-striped-mobile all); | 535 | &:extend(.abs-table-striped-mobile all); | |||
| 456 | } | 536 | } | |||
| 457 | } | 537 | } | |||
| 458 | } | 538 | } | |||
| 459 | 539 | |||||
| 460 | // | 540 | // | |||
| 461 | // Mobile @screen__m | 541 | // Mobile @screen__m | |||
| 462 | // --------------------------------------------- | 542 | // --------------------------------------------- | |||
| 463 | 543 | |||||
| 464 | .media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) { | 544 | .media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) { | |||
| 465 | .login-container { | 545 | .login-container { | |||
| 466 | padding-bottom: 35px; | 546 | padding-bottom: 35px; | |||
| 467 | 547 | |||||
| 468 | .fieldset { | 548 | .fieldset { | |||
| 469 | &:after { | 549 | &:after { | |||
| 470 | text-align: center; | 550 | text-align: center; | |||
| 471 | } | 551 | } | |||
| 472 | } | 552 | } | |||
| 473 | } | 553 | } | |||
| 474 | 554 | |||||
| 475 | .account { | 555 | .account { | |||
| 476 | .page.messages { | 556 | .page.messages { | |||
| 477 | margin-bottom: @indent__xl; | 557 | margin-bottom: @indent__xl; | |||
| 478 | } | 558 | } | |||
| 479 | .column.main { | 559 | .column.main { | |||
| 480 | .block:not(.widget) { | 560 | .block:not(.widget) { | |||
| 481 | .block-title { | 561 | .block-title { | |||
| 482 | &:extend(.abs-add-clearfix-mobile-m all); | 562 | &:extend(.abs-add-clearfix-mobile-m all); | |||
| 483 | > .action { | 563 | > .action { | |||
| 484 | float: left; | 564 | float: left; | |||
| 485 | .lib-css(margin-top, @indent__xs); | 565 | .lib-css(margin-top, @indent__xs); | |||
| 486 | } | 566 | } | |||
| 487 | } | 567 | } | |||
| 488 | .block-content { | 568 | .block-content { | |||
| 489 | .box { | 569 | .box { | |||
| 490 | .lib-css(margin-bottom, @indent__base); | 570 | .lib-css(margin-bottom, @indent__base); | |||
| 491 | &:last-child { | 571 | &:last-child { | |||
| 492 | margin-bottom: 0; | 572 | margin-bottom: 0; | |||
| 493 | } | 573 | } | |||
| 494 | } | 574 | } | |||
| 495 | } | 575 | } | |||
| 496 | } | 576 | } | |||
| 497 | } | 577 | } | |||
| 498 | } | 578 | } | |||
| 499 | .control.captcha-image { | 579 | .control.captcha-image { | |||
| 500 | .captcha-img { | 580 | .captcha-img { | |||
| 501 | display: block; | 581 | display: block; | |||
| 502 | .lib-css(margin-bottom, @indent__s); | 582 | .lib-css(margin-bottom, @indent__s); | |||
| 503 | } | 583 | } | |||
| 504 | } | 584 | } | |||
| 505 | .customer-account-index { | 585 | .customer-account-index { | |||
| 506 | .page-title-wrapper { | 586 | .page-title-wrapper { | |||
| 507 | position: relative; | 587 | position: relative; | |||
| 508 | } | 588 | } | |||
| 509 | } | 589 | } | |||
| 510 | } | 590 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993–2019 Araxis Ltd (www.araxis.com). All rights reserved.